/* CSS Document */


.content *{ max-width:100%;}
@media only screen and (max-width: 767px){
.map iframe{max-height:350px;}
}

@media only screen and (max-width: 480px){
.map iframe{max-height:250px;}
}

#cms1 .content ul li{
	list-style-position: outside;
	list-style-type: disc;
}